Get the meter values for the specific charger
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/metervalues \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"date_from": "2025-07-04 13:42:22",
"date_to": "2025-07-04 13:42:22",
"context": "Other",
"measurand": "Temperature",
"phase": "L2",
"location": "Cable",
"unit": "kWh",
"limit": 1,
"order_by": "desc"
}'
{}
See the documentation for more information.
The ID of the team.
The ID of the charger.
List of metervalues
The response is of type object
.
The response is of type object
.
The response is of type null
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/metervalues \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"date_from": "2025-07-04 13:42:22",
"date_to": "2025-07-04 13:42:22",
"context": "Other",
"measurand": "Temperature",
"phase": "L2",
"location": "Cable",
"unit": "kWh",
"limit": 1,
"order_by": "desc"
}'
{}